home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
irit
/
man
/
man6
/
pdomain.6
< prev
next >
Wrap
Text File
|
1996-07-16
|
495b
|
29 lines
.TH PDOMAIN
6 "IRIT Version 6.0"
.SH NAME
PDOMAIN
ListType PDOMAIN( CurveType Crv )
or
ListType PDOMAIN( SurfaceType Srf )
or
ListType PDOMAIN( TrimSrfType TrimSrf )
or
ListType PDOMAIN( TrivarType TV )
Returns the parametric domain of the curve (TMin, TMax) or of a (trimmed)
surface (UMin, UMax, VMin, VMax) or of a trivariate function
(UMin, UMax, VMin, VMax, WMin, WMax) as a list object.
Example:
circ_domain = PDOMAIN( circle( vector( 0.0, 0.0, 0.0 ), 1.0 ) );